﻿2026-06-21T23:05:59.4653390Z ##[group]Run actions/checkout@v5
2026-06-21T23:05:59.4654153Z with:
2026-06-21T23:05:59.4654501Z   fetch-depth: 0
2026-06-21T23:05:59.4654916Z   repository: SaberMage/spt-core
2026-06-21T23:05:59.4658059Z   token: ***
2026-06-21T23:05:59.4658417Z   ssh-strict: true
2026-06-21T23:05:59.4658766Z   ssh-user: git
2026-06-21T23:05:59.4659223Z   persist-credentials: true
2026-06-21T23:05:59.4659622Z   clean: true
2026-06-21T23:05:59.4659979Z   sparse-checkout-cone-mode: true
2026-06-21T23:05:59.4660395Z   fetch-tags: false
2026-06-21T23:05:59.4660744Z   show-progress: true
2026-06-21T23:05:59.4661106Z   lfs: false
2026-06-21T23:05:59.4661435Z   submodules: false
2026-06-21T23:05:59.4661799Z   set-safe-directory: true
2026-06-21T23:05:59.4662395Z ##[endgroup]
2026-06-21T23:05:59.5450351Z Syncing repository: SaberMage/spt-core
2026-06-21T23:05:59.5451839Z ##[group]Getting Git version info
2026-06-21T23:05:59.5452529Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-21T23:05:59.5453440Z [command]/usr/bin/git version
2026-06-21T23:05:59.5453842Z git version 2.43.0
2026-06-21T23:05:59.5460492Z ##[endgroup]
2026-06-21T23:05:59.5471534Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/6e526831-9346-48ee-85b7-58bcb59215e6' before making global git config changes
2026-06-21T23:05:59.5472791Z Adding repository directory to the temporary git global config as a safe directory
2026-06-21T23:05:59.5474707Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-21T23:05:59.5508908Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-21T23:05:59.5528378Z https://github.com/SaberMage/spt-core
2026-06-21T23:05:59.5540330Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-21T23:05:59.5544015Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-21T23:05:59.5581718Z HEAD
2026-06-21T23:05:59.5613860Z ##[endgroup]
2026-06-21T23:05:59.5614682Z [command]/usr/bin/git submodule status
2026-06-21T23:05:59.5797644Z ##[group]Cleaning the repository
2026-06-21T23:05:59.5800605Z [command]/usr/bin/git clean -ffdx
2026-06-21T23:05:59.5828226Z Removing traceable-reqs
2026-06-21T23:05:59.5834446Z [command]/usr/bin/git reset --hard HEAD
2026-06-21T23:05:59.5901218Z HEAD is now at 5c036ca6b Merge 361950cba8381eec55564bb48ebddaf7adbe6c40 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T23:05:59.5905929Z ##[endgroup]
2026-06-21T23:05:59.5907621Z ##[group]Disabling automatic garbage collection
2026-06-21T23:05:59.5911472Z [command]/usr/bin/git config --local gc.auto 0
2026-06-21T23:05:59.5934303Z ##[endgroup]
2026-06-21T23:05:59.5934993Z ##[group]Setting up auth
2026-06-21T23:05:59.5939671Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-21T23:05:59.5963972Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-21T23:05:59.6186093Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-21T23:05:59.6213241Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-21T23:05:59.6401947Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-21T23:05:59.6428144Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-21T23:05:59.6613159Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-21T23:05:59.6642994Z ##[endgroup]
2026-06-21T23:05:59.6643624Z ##[group]Fetching the repository
2026-06-21T23:05:59.6649442Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +5c036ca6b6e714e12fcbd3b683136b9367198f31:refs/remotes/pull/27/merge
2026-06-21T23:06:00.2996034Z From https://github.com/SaberMage/spt-core
2026-06-21T23:06:00.2997772Z    d79f02e8f..f0c2ee0f3  viewer-drain-decouple-b4 -> origin/viewer-drain-decouple-b4
2026-06-21T23:06:00.2999379Z    123253f56..361950cba  wedge-trace-v4 -> origin/wedge-trace-v4
2026-06-21T23:06:00.3029777Z ##[endgroup]
2026-06-21T23:06:00.3031093Z ##[group]Determining the checkout info
2026-06-21T23:06:00.3032396Z ##[endgroup]
2026-06-21T23:06:00.3035083Z [command]/usr/bin/git sparse-checkout disable
2026-06-21T23:06:00.3077582Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-21T23:06:00.3111647Z ##[group]Checking out the ref
2026-06-21T23:06:00.3121632Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/27/merge
2026-06-21T23:06:00.3170091Z HEAD is now at 5c036ca6b Merge 361950cba8381eec55564bb48ebddaf7adbe6c40 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T23:06:00.3175453Z ##[endgroup]
2026-06-21T23:06:00.3216782Z [command]/usr/bin/git log -1 --format=%H
2026-06-21T23:06:00.3244027Z 5c036ca6b6e714e12fcbd3b683136b9367198f31
